home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / gl_dev.idb / usr / share / src / OpenGL / tools / glsplay / glsplay.h.z / glsplay.h
Encoding:
C/C++ Source or Header  |  1996-12-06  |  515 b   |  21 lines

  1. /*------------------------------*\
  2. |* define
  3. \*------------------------------*/
  4. #define W_VARIABLE_STR(x, y) XtVaTypedArg, (x), XmRString, (y), strlen((y))+1
  5.  
  6. /*------------------------------*\
  7. |* var
  8. \*------------------------------*/
  9. extern XtAppContext GLSapp;
  10. extern XtInputId GLSinputID;
  11. extern Widget GLSwidget;
  12.  
  13. /*------------------------------*\
  14. |* proto
  15. \*------------------------------*/
  16. extern void ShowWindowInit(char *);
  17.  
  18. /*------------------------------*\
  19. |* bottom
  20. \*------------------------------*/
  21.